home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / commodity / watcher1.0.lha / watcher / watcher.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-02-28  |  264 b   |  7 lines

  1. /* WATCHER v1.00 by Case of Energy Telecommunications (412)339-0590 */
  2.  
  3. path='PFILES:BBS/' /* Make sure the path ends with / or : */
  4.  
  5. options results;getuser 51;if result=0 then exit;getuser 49;name=result
  6. address command "run rx "path"watchermain.rexx "name;exit
  7.